inspector: fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Tue, 10 Nov 2015 22:36:23 +0000 (17:36 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 10 Nov 2015 22:36:23 +0000 (17:36 -0500)
gtk/inspector/object-tree.c

index c124c79b549b62a1964ecf40406cbc64d710cf7d..ad54f407e851eaf07179988725043e4faa8b9f09 100644 (file)
@@ -283,7 +283,7 @@ object_tree_icon_view_forall (GObject              *object,
 
   child = G_OBJECT (gtk_icon_view_get_model (GTK_ICON_VIEW (object)));
   if (child)
-    forall_func (child, "mnodel", forall_data);
+    forall_func (child, "model", forall_data);
 }
 
 typedef struct {